home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TFRMWIZARD / TFRMWIZARD.txt
Encoding:
Text File  |  2005-02-07  |  24.7 KB  |  990 lines

  1. object frmWizard: TfrmWizard
  2.   Left = 428
  3.   Top = 231
  4.   HelpContext = 1140
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Setup wizard'
  8.   ClientHeight = 418
  9.   ClientWidth = 330
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   OldCreateOrder = False
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = TntFormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Wizard1: TWizard
  19.     Left = 0
  20.     Top = 97
  21.     Width = 330
  22.     Height = 267
  23.     Align = alClient
  24.     PageIndex = 0
  25.     TabOrder = 1
  26.     ButtonNext = NextBtn
  27.     ButtonBack = PrevBtn
  28.     HeaderCaption.Strings = (
  29.       'Welcome to 40tude Dialog'
  30.       'Newsserver settings'
  31.       'Identity settings'
  32.       'POP3 settings'
  33.       'SMTP settings'
  34.       'POP3 settings for SMTP server'
  35.       'Other settings')
  36.     InfoCaption.Strings = (
  37.       ' '
  38.       
  39.         'Enter the settings for the newsserver you want to use. You may a' +
  40.         'dd additional servers later.'
  41.       
  42.         'To create the default identity, enter your personal info on this' +
  43.         ' page.'
  44.       
  45.         'If you want to read emails from within 40tude Dialog enter the P' +
  46.         'OP3 server (incoming email) settings for the default identity be' +
  47.         'low.'
  48.       
  49.         'To send out email under the default identity 40tude Dialog needs' +
  50.         ' to know the SMTP server (outgoing email) settings here.'
  51.       
  52.         'On the previous page you selected to connect to a POP3 server be' +
  53.         'fore connecting to the SMTP server. Please select which POP3 ser' +
  54.         'ver to use for SMTP authentication.'
  55.       
  56.         '40tude Dialog is great for reading emails from mailing lists in ' +
  57.         'threaded order. If you entered a POP3 server previously and Dial' +
  58.         'og retrieves emails from a mailing list, it will store them in t' +
  59.         'heir own folders.')
  60.     StaticTextHeader = StaticTextHeader
  61.     StaticTextInfo = StaticTextInfo
  62.     OnButtonBackClick = Wizard1ButtonBackClick
  63.     OnButtonNextClick = Wizard1ButtonNextClick
  64.     OnButtonFinishClick = Wizard1ButtonFinishClick
  65.     OnEnteringPage = Wizard1EnteringPage
  66.     OnUpdateHeaders = Wizard1UpdateHeaders
  67.     object TPage
  68.       Left = 0
  69.       Top = 0
  70.       Caption = 'AAWelcome'
  71.       object Label6: TTntLabel
  72.         Left = 20
  73.         Top = 16
  74.         Width = 281
  75.         Height = 41
  76.         AutoSize = False
  77.         Caption = 'Welcome to 40tude Dialog!'
  78.         Font.Charset = DEFAULT_CHARSET
  79.         Font.Color = clWindowText
  80.         Font.Height = -19
  81.         Font.Name = 'Arial'
  82.         Font.Style = []
  83.         ParentFont = False
  84.         WordWrap = True
  85.       end
  86.       object Label7: TTntLabel
  87.         Left = 20
  88.         Top = 56
  89.         Width = 301
  90.         Height = 137
  91.         AutoSize = False
  92.         Caption = 
  93.           'This wizard lets you set some important options and  create sett' +
  94.           'ings for one newsserver and for one identity. '#13#10#13#10'You may add ad' +
  95.           'ditional servers and identities and set all other options later ' +
  96.           'in the program.'#13#10#13#10'Click on "Next" to go on.'
  97.         WordWrap = True
  98.       end
  99.       object Label22: TTntLabel
  100.         Left = 20
  101.         Top = 192
  102.         Width = 301
  103.         Height = 45
  104.         AutoSize = False
  105.         Caption = 
  106.           'If you would like to import settings from other newsreaders, ple' +
  107.           'ase click on "Import" now.'
  108.         WordWrap = True
  109.       end
  110.       object ImportBtn: TMMTNTBItBtn
  111.         Left = 124
  112.         Top = 240
  113.         Width = 81
  114.         Height = 25
  115.         Caption = '&Import'
  116.         Font.Charset = DEFAULT_CHARSET
  117.         Font.Color = clBtnText
  118.         Font.Height = -11
  119.         Font.Name = 'MS Sans Serif'
  120.         Font.Style = []
  121.         ParentFont = False
  122.         TabOrder = 0
  123.         OnClick = ImportBtnClick
  124.       end
  125.     end
  126.     object TPage
  127.       Left = 0
  128.       Top = 0
  129.       Caption = 'AServer'
  130.       object Label2: TTntLabel
  131.         Left = 12
  132.         Top = 68
  133.         Width = 25
  134.         Height = 13
  135.         Caption = '&Host:'
  136.         FocusControl = ServerHost
  137.       end
  138.       object Label3: TTntLabel
  139.         Left = 12
  140.         Top = 92
  141.         Width = 22
  142.         Height = 13
  143.         Caption = '&Port:'
  144.       end
  145.       object Label4: TTntLabel
  146.         Left = 12
  147.         Top = 116
  148.         Width = 55
  149.         Height = 13
  150.         Caption = '&Username*:'
  151.         FocusControl = Username
  152.       end
  153.       object Label5: TTntLabel
  154.         Left = 12
  155.         Top = 140
  156.         Width = 53
  157.         Height = 13
  158.         Caption = 'P&assword*:'
  159.         FocusControl = Password
  160.       end
  161.       object Label1: TTntLabel
  162.         Left = 12
  163.         Top = 20
  164.         Width = 85
  165.         Height = 13
  166.         Caption = '&Descriptive name:'
  167.         FocusControl = ServerName
  168.       end
  169.       object Label18: TTntLabel
  170.         Left = 12
  171.         Top = 160
  172.         Width = 143
  173.         Height = 41
  174.         AutoSize = False
  175.         Caption = '&When retrieving headers for a group retrieve up to'
  176.         WordWrap = True
  177.       end
  178.       object Label19: TTntLabel
  179.         Left = 260
  180.         Top = 176
  181.         Width = 38
  182.         Height = 13
  183.         Caption = 'headers'
  184.       end
  185.       object Label20: TTntLabel
  186.         Left = 12
  187.         Top = 208
  188.         Width = 143
  189.         Height = 57
  190.         AutoSize = False
  191.         Caption = 
  192.           'When &retrieving headers for a group for the first time confirm ' +
  193.           'more than'
  194.         WordWrap = True
  195.       end
  196.       object Label21: TTntLabel
  197.         Left = 260
  198.         Top = 232
  199.         Width = 38
  200.         Height = 13
  201.         Caption = 'headers'
  202.       end
  203.       object ServerSSL: TtntAutoSizeCheckBox
  204.         Left = 193
  205.         Top = 89
  206.         Width = 40
  207.         Height = 17
  208.         Hint = 'Default port for NNTP (SSL) is 563'
  209.         Caption = '&SSL'
  210.         ParentShowHint = False
  211.         ShowHint = True
  212.         TabOrder = 3
  213.       end
  214.       object ServerHost: TTntEdit
  215.         Left = 124
  216.         Top = 60
  217.         Width = 173
  218.         Height = 21
  219.         Hint = 'The hostname of the newsserver, e.g. "news.myprovider.com".'
  220.         MaxLength = 199
  221.         ParentShowHint = False
  222.         ShowHint = True
  223.         TabOrder = 1
  224.         OnChange = ServerHostChange
  225.       end
  226.       object Username: TTntEdit
  227.         Left = 124
  228.         Top = 108
  229.         Width = 173
  230.         Height = 21
  231.         Hint = 
  232.           'If you need to authenticate to the server, enter your username h' +
  233.           'ere.'
  234.         MaxLength = 40
  235.         ParentShowHint = False
  236.         ShowHint = True
  237.         TabOrder = 4
  238.       end
  239.       object Password: TTntEdit
  240.         Left = 124
  241.         Top = 132
  242.         Width = 173
  243.         Height = 21
  244.         Hint = 
  245.           'If you need to authenticate to the server, enter your password h' +
  246.           'ere.'
  247.         MaxLength = 40
  248.         ParentShowHint = False
  249.         PasswordChar = '*'
  250.         ShowHint = True
  251.         TabOrder = 5
  252.       end
  253.       object ServerName: TTntEdit
  254.         Left = 124
  255.         Top = 12
  256.         Width = 173
  257.         Height = 21
  258.         Hint = 
  259.           'A descriptive name for this server, e.g. "Default server" or "Ma' +
  260.           'in".'
  261.         MaxLength = 20
  262.         ParentShowHint = False
  263.         ShowHint = True
  264.         TabOrder = 0
  265.         Text = 'Default server'
  266.         OnExit = ServerNameExit
  267.       end
  268.       object ServerPort: tMMjvspinedit
  269.         Left = 124
  270.         Top = 84
  271.         Width = 57
  272.         Height = 21
  273.         Hint = 'The port to connect to. Almost all newsservers use "119".'
  274.         MaxValue = 100000.000000000000000000
  275.         MinValue = 1.000000000000000000
  276.         Value = 119.000000000000000000
  277.         ParentShowHint = False
  278.         ShowHint = True
  279.         TabOrder = 2
  280.       end
  281.       object RetrieveHeadersMaxNum: tMMjvspinedit
  282.         Left = 188
  283.         Top = 168
  284.         Width = 65
  285.         Height = 21
  286.         Cursor = crIBeam
  287.         MaxValue = 1000000.000000000000000000
  288.         MinValue = 1.000000000000000000
  289.         Value = 20000.000000000000000000
  290.         TabOrder = 6
  291.       end
  292.       object MaxHeaderOnFirstRetrieve: tMMjvspinedit
  293.         Left = 188
  294.         Top = 224
  295.         Width = 65
  296.         Height = 21
  297.         Cursor = crIBeam
  298.         MaxValue = 1000000.000000000000000000
  299.         MinValue = 1.000000000000000000
  300.         Value = 3000.000000000000000000
  301.         TabOrder = 7
  302.       end
  303.     end
  304.     object TPage
  305.       Left = 0
  306.       Top = 0
  307.       Caption = 'BIdentity'
  308.       object Label23: TTntLabel
  309.         Left = 12
  310.         Top = 52
  311.         Width = 70
  312.         Height = 13
  313.         Caption = '&Your full name:'
  314.         FocusControl = Yourname
  315.       end
  316.       object Label24: TTntLabel
  317.         Left = 12
  318.         Top = 100
  319.         Width = 66
  320.         Height = 13
  321.         Caption = '&Organization*:'
  322.         FocusControl = Organization
  323.       end
  324.       object Label9: TTntLabel
  325.         Left = 12
  326.         Top = 76
  327.         Width = 68
  328.         Height = 13
  329.         Caption = '&Email address:'
  330.         FocusControl = Email
  331.       end
  332.       object Label25: TTntLabel
  333.         Left = 12
  334.         Top = 124
  335.         Width = 90
  336.         Height = 13
  337.         Caption = '&Reply-To address*:'
  338.         FocusControl = ReplyTo
  339.       end
  340.       object Label8: TTntLabel
  341.         Left = 12
  342.         Top = 20
  343.         Width = 85
  344.         Height = 13
  345.         Caption = '&Descriptive name:'
  346.         FocusControl = IDName
  347.       end
  348.       object Organization: TTntEdit
  349.         Left = 136
  350.         Top = 92
  351.         Width = 157
  352.         Height = 21
  353.         Hint = 'Your organization/company'#39's name. This field is optional.'
  354.         ParentShowHint = False
  355.         ShowHint = True
  356.         TabOrder = 3
  357.       end
  358.       object Email: TTntEdit
  359.         Left = 136
  360.         Top = 68
  361.         Width = 157
  362.         Height = 21
  363.         Hint = 'Your valid email address, e.g. "me@there.com".'
  364.         ParentShowHint = False
  365.         ShowHint = True
  366.         TabOrder = 2
  367.         OnChange = YournameChange
  368.       end
  369.       object ReplyTo: TTntEdit
  370.         Left = 136
  371.         Top = 116
  372.         Width = 157
  373.         Height = 21
  374.         Hint = 
  375.           'If you want people to send replies to your posting to a differen' +
  376.           't email address than above, enter the email address here. This f' +
  377.           'ield is optional.'
  378.         ParentShowHint = False
  379.         ShowHint = True
  380.         TabOrder = 4
  381.       end
  382.       object IDName: TTntEdit
  383.         Left = 136
  384.         Top = 12
  385.         Width = 157
  386.         Height = 21
  387.         TabOrder = 0
  388.         Text = 'Default'
  389.         OnExit = IDNameExit
  390.       end
  391.       object Yourname: TTntEdit
  392.         Left = 136
  393.         Top = 44
  394.         Width = 157
  395.         Height = 21
  396.         Hint = 
  397.           'Enter your name here. Please follow the Usenet netiquette and us' +
  398.           'e your real name..'
  399.         ParentShowHint = False
  400.         ShowHint = True
  401.         TabOrder = 1
  402.         OnChange = YournameChange
  403.       end
  404.     end
  405.     object TPage
  406.       Left = 0
  407.       Top = 0
  408.       Caption = 'CPOP3'
  409.       object Label14: TTntLabel
  410.         Left = 12
  411.         Top = 20
  412.         Width = 25
  413.         Height = 13
  414.         Caption = '&Host:'
  415.         FocusControl = POPHost
  416.       end
  417.       object Label17: TTntLabel
  418.         Left = 12
  419.         Top = 44
  420.         Width = 22
  421.         Height = 13
  422.         Caption = 'P&ort:'
  423.       end
  424.       object Label15: TTntLabel
  425.         Left = 12
  426.         Top = 92
  427.         Width = 51
  428.         Height = 13
  429.         Caption = '&Username:'
  430.         FocusControl = POPUsername
  431.       end
  432.       object Label16: TTntLabel
  433.         Left = 12
  434.         Top = 116
  435.         Width = 49
  436.         Height = 13
  437.         Caption = 'Pass&word:'
  438.         FocusControl = PopPassword
  439.       end
  440.       object TntLabel1: TTntLabel
  441.         Left = 12
  442.         Top = 68
  443.         Width = 71
  444.         Height = 13
  445.         Caption = '&Authentication:'
  446.       end
  447.       object POPHost: TTntEdit
  448.         Left = 108
  449.         Top = 12
  450.         Width = 157
  451.         Height = 21
  452.         Hint = 'The hostname of your POP3 server, e.g. "pop3.myprovider.com".'
  453.         ParentShowHint = False
  454.         ShowHint = True
  455.         TabOrder = 0
  456.         OnChange = POPHostChange
  457.       end
  458.       object POPUsername: TTntEdit
  459.         Left = 108
  460.         Top = 84
  461.         Width = 157
  462.         Height = 21
  463.         Hint = 'Your username for the POP3 server.'
  464.         ParentShowHint = False
  465.         ShowHint = True
  466.         TabOrder = 4
  467.       end
  468.       object PopPassword: TTntEdit
  469.         Left = 108
  470.         Top = 108
  471.         Width = 157
  472.         Height = 21
  473.         Hint = 'Your password for the POP3 server.'
  474.         ParentShowHint = False
  475.         PasswordChar = '*'
  476.         ShowHint = True
  477.         TabOrder = 5
  478.       end
  479.       object POPSSLcb: TtntAutoSizeCheckBox
  480.         Left = 177
  481.         Top = 40
  482.         Width = 40
  483.         Height = 17
  484.         Hint = 'Default port for POP3 (SSL) is 995'
  485.         Caption = '&SSL'
  486.         ParentShowHint = False
  487.         ShowHint = True
  488.         TabOrder = 2
  489.       end
  490.       object AuthPOPCB: TTntComboBox
  491.         Left = 108
  492.         Top = 60
  493.         Width = 157
  494.         Height = 21
  495.         AutoComplete = False
  496.         Style = csDropDownList
  497.         ItemHeight = 13
  498.         ItemIndex = 1
  499.         TabOrder = 3
  500.         Text = 'Login'
  501.         Items.WideStrings = (
  502.           'Automatic'
  503.           'Login'
  504.           'APOP'
  505.           'Cram-MD5'
  506.           'Cram-SHA1'
  507.           'Digest-MD5')
  508.       end
  509.       object POPDelete: TtntAutoSizeCheckBox
  510.         Left = 12
  511.         Top = 152
  512.         Width = 255
  513.         Height = 17
  514.         Hint = 
  515.           'If you keep this unchecked, 40tude Dialog will retrieve emails f' +
  516.           'rom the POP3 server but will not delete them.'
  517.         Caption = '&Delete mails on server once successfully retrieved'
  518.         TabOrder = 6
  519.       end
  520.       object poponlyunread: TtntAutoSizeCheckBox
  521.         Left = 12
  522.         Top = 170
  523.         Width = 147
  524.         Height = 17
  525.         Hint = 
  526.           'If you check this option, Dialog will keep track of which emails' +
  527.           ' it already downloaded from the POP3 server and will not downloa' +
  528.           'd them again.'
  529.         Caption = 'On&ly download unread mail'
  530.         TabOrder = 7
  531.       end
  532.       object POPPort: tMMjvspinedit
  533.         Left = 108
  534.         Top = 36
  535.         Width = 57
  536.         Height = 21
  537.         Cursor = crIBeam
  538.         Hint = 'The port of the POP3 server. Almost all POP3 servers use "110".'
  539.         MaxValue = 100000.000000000000000000
  540.         MinValue = 1.000000000000000000
  541.         Value = 110.000000000000000000
  542.         ParentShowHint = False
  543.         ShowHint = True
  544.         TabOrder = 1
  545.       end
  546.     end
  547.     object TPage
  548.       Left = 0
  549.       Top = 0
  550.       Caption = 'DSMTP'
  551.       object Label10: TTntLabel
  552.         Left = 12
  553.         Top = 20
  554.         Width = 25
  555.         Height = 13
  556.         Caption = '&Host:'
  557.         FocusControl = SMTPHost
  558.       end
  559.       object Label13: TTntLabel
  560.         Left = 12
  561.         Top = 44
  562.         Width = 22
  563.         Height = 13
  564.         Caption = 'P&ort:'
  565.       end
  566.       object Label11: TTntLabel
  567.         Left = 12
  568.         Top = 92
  569.         Width = 55
  570.         Height = 13
  571.         Caption = '&Username*:'
  572.         FocusControl = SMTPUsername
  573.       end
  574.       object Label12: TTntLabel
  575.         Left = 12
  576.         Top = 116
  577.         Width = 53
  578.         Height = 13
  579.         Caption = 'Pass&word*:'
  580.         FocusControl = SMTPPassword
  581.       end
  582.       object TntLabel2: TTntLabel
  583.         Left = 12
  584.         Top = 68
  585.         Width = 71
  586.         Height = 13
  587.         Caption = '&Authentication:'
  588.       end
  589.       object AuthSMTPCB: TTntComboBox
  590.         Left = 108
  591.         Top = 60
  592.         Width = 157
  593.         Height = 21
  594.         AutoComplete = False
  595.         Style = csDropDownList
  596.         ItemHeight = 13
  597.         ItemIndex = 2
  598.         TabOrder = 3
  599.         Text = 'Login'
  600.         OnChange = SMTPLoginClick
  601.         Items.WideStrings = (
  602.           'Automatic'
  603.           'None'
  604.           'Login'
  605.           'POP3 connection before SMTP'
  606.           'Cram-MD5'
  607.           'Cram-SHA1'
  608.           'Digest-MD5')
  609.       end
  610.       object SSLSMTPcb: TtntAutoSizeCheckBox
  611.         Left = 177
  612.         Top = 40
  613.         Width = 40
  614.         Height = 17
  615.         Caption = '&SSL'
  616.         TabOrder = 2
  617.       end
  618.       object SMTPHost: TTntEdit
  619.         Left = 108
  620.         Top = 12
  621.         Width = 157
  622.         Height = 21
  623.         Hint = 'The hostname of your SMTP server, e.g. "smtp.myprovider.com".'
  624.         ParentShowHint = False
  625.         ShowHint = True
  626.         TabOrder = 0
  627.         OnChange = SMTPHostChange
  628.       end
  629.       object SMTPUsername: TTntEdit
  630.         Left = 108
  631.         Top = 84
  632.         Width = 157
  633.         Height = 21
  634.         Hint = 
  635.           'If you need to authenticate directly with the SMTP server, enter' +
  636.           ' your username here.'
  637.         ParentShowHint = False
  638.         ShowHint = True
  639.         TabOrder = 4
  640.       end
  641.       object SMTPPassword: TTntEdit
  642.         Left = 108
  643.         Top = 108
  644.         Width = 157
  645.         Height = 21
  646.         Hint = 
  647.           'If you need to authenticate directly with the SMTP server, enter' +
  648.           ' your password here.'
  649.         ParentShowHint = False
  650.         PasswordChar = '*'
  651.         ShowHint = True
  652.         TabOrder = 5
  653.       end
  654.       object SMTPPort: tMMjvspinedit
  655.         Left = 108
  656.         Top = 36
  657.         Width = 57
  658.         Height = 21
  659.         Cursor = crIBeam
  660.         Hint = 'The port of the SMTP server. Almost all SMTP servers use "25".'
  661.         MaxValue = 100000.000000000000000000
  662.         MinValue = 1.000000000000000000
  663.         Value = 25.000000000000000000
  664.         ParentShowHint = False
  665.         ShowHint = True
  666.         TabOrder = 1
  667.       end
  668.     end
  669.     object TPage
  670.       Left = 0
  671.       Top = 0
  672.       Caption = 'ESMTPPOP'
  673.       object Label29: TTntLabel
  674.         Left = 40
  675.         Top = 92
  676.         Width = 25
  677.         Height = 13
  678.         Caption = '&Host:'
  679.         FocusControl = POPHostSMTP
  680.       end
  681.       object Label30: TTntLabel
  682.         Left = 40
  683.         Top = 116
  684.         Width = 22
  685.         Height = 13
  686.         Caption = 'P&ort:'
  687.       end
  688.       object Label31: TTntLabel
  689.         Left = 40
  690.         Top = 164
  691.         Width = 51
  692.         Height = 13
  693.         Caption = '&Username:'
  694.         FocusControl = POPUsernameSMTP
  695.       end
  696.       object Label32: TTntLabel
  697.         Left = 40
  698.         Top = 188
  699.         Width = 49
  700.         Height = 13
  701.         Caption = 'Pass&word:'
  702.         FocusControl = POPPasswordSMTP
  703.       end
  704.       object Label28: TTntLabel
  705.         Left = 220
  706.         Top = 20
  707.         Width = 36
  708.         Height = 13
  709.         Caption = '&minutes'
  710.       end
  711.       object lab3: TTntLabel
  712.         Left = 12
  713.         Top = 20
  714.         Width = 132
  715.         Height = 13
  716.         Caption = 'Authenticate to POP3 every'
  717.       end
  718.       object lab8: TTntLabel
  719.         Left = 40
  720.         Top = 137
  721.         Width = 71
  722.         Height = 13
  723.         Caption = '&Authentication:'
  724.       end
  725.       object POPUseDefaultForSMTP: TTntRadioButton
  726.         Left = 12
  727.         Top = 44
  728.         Width = 277
  729.         Height = 17
  730.         Hint = 
  731.           'Check this if the POP3 server to authenticate for sending out em' +
  732.           'ails over the SMTP server on the previous page is the same as th' +
  733.           'e POP3 server you entered on the POP3 (incoming emails) page.'
  734.         Caption = 'U&se standard POP3 from this identity'
  735.         Checked = True
  736.         ParentShowHint = False
  737.         ShowHint = True
  738.         TabOrder = 1
  739.         TabStop = True
  740.       end
  741.       object POPUseThispopSMTP: TTntRadioButton
  742.         Left = 12
  743.         Top = 68
  744.         Width = 101
  745.         Height = 17
  746.         Hint = 
  747.           'Check this if you need to login into another POP3 server to auth' +
  748.           'enticate with your SMTP server.'
  749.         Caption = 'Us&e...'
  750.         ParentShowHint = False
  751.         ShowHint = True
  752.         TabOrder = 2
  753.       end
  754.       object POPSSLSMTP: TtntAutoSizeCheckBox
  755.         Tag = 999
  756.         Left = 193
  757.         Top = 112
  758.         Width = 40
  759.         Height = 17
  760.         Hint = 'Default port for POP3 (SSL) is 995'
  761.         Caption = '&SSL'
  762.         ParentShowHint = False
  763.         ShowHint = True
  764.         TabOrder = 5
  765.       end
  766.       object AuthPOPSMTPCB: TTntComboBox
  767.         Tag = 999
  768.         Left = 128
  769.         Top = 132
  770.         Width = 157
  771.         Height = 21
  772.         AutoComplete = False
  773.         Style = csDropDownList
  774.         ItemHeight = 13
  775.         ItemIndex = 1
  776.         TabOrder = 6
  777.         Text = 'Login'
  778.         Items.WideStrings = (
  779.           'Automatic'
  780.           'Login'
  781.           'APOP'
  782.           'Cram-MD5'
  783.           'Cram-SHA1'
  784.           'Digest-MD5')
  785.       end
  786.       object POPHostSMTP: TTntEdit
  787.         Left = 128
  788.         Top = 84
  789.         Width = 157
  790.         Height = 21
  791.         Hint = 
  792.           'The hostname of the POP3 servers used for SMTP authentication, e' +
  793.           '.g. "pop3.myprovider.com".'
  794.         ParentShowHint = False
  795.         ShowHint = True
  796.         TabOrder = 3
  797.         OnChange = POPHostSMTPChange
  798.       end
  799.       object POPUsernameSMTP: TTntEdit
  800.         Left = 128
  801.         Top = 156
  802.         Width = 157
  803.         Height = 21
  804.         Hint = 'Your username for the POP3 server.'
  805.         ParentShowHint = False
  806.         ShowHint = True
  807.         TabOrder = 7
  808.       end
  809.       object POPPasswordSMTP: TTntEdit
  810.         Left = 128
  811.         Top = 180
  812.         Width = 157
  813.         Height = 21
  814.         Hint = 'Your password for the POP3 server.'
  815.         ParentShowHint = False
  816.         PasswordChar = '*'
  817.         ShowHint = True
  818.         TabOrder = 8
  819.       end
  820.       object POP3Authenticationtimeout: tMMjvspinedit
  821.         Left = 156
  822.         Top = 12
  823.         Width = 57
  824.         Height = 21
  825.         Cursor = crIBeam
  826.         Hint = 
  827.           'The amount of time the SMTP server accepts outgoing emails from ' +
  828.           'you, after you logged into the POP3 server.'
  829.         MaxValue = 10000.000000000000000000
  830.         MinValue = 1.000000000000000000
  831.         Value = 5.000000000000000000
  832.         ParentShowHint = False
  833.         ShowHint = True
  834.         TabOrder = 0
  835.       end
  836.       object POPPortSMTP: tMMjvspinedit
  837.         Left = 128
  838.         Top = 108
  839.         Width = 57
  840.         Height = 21
  841.         Cursor = crIBeam
  842.         Hint = 'The port of the POP3 server. Almost all POP3 servers use "110".'
  843.         MaxValue = 100000.000000000000000000
  844.         MinValue = 1.000000000000000000
  845.         Value = 110.000000000000000000
  846.         ParentShowHint = False
  847.         ShowHint = True
  848.         TabOrder = 4
  849.       end
  850.     end
  851.     object TPage
  852.       Left = 0
  853.       Top = 0
  854.       Caption = 'ZOptions'
  855.       object SortThreadDate: TTntRadioGroup
  856.         Left = 8
  857.         Top = 8
  858.         Width = 301
  859.         Height = 233
  860.         Caption = 'On default sort articles by...'
  861.         ItemIndex = 0
  862.         Items.WideStrings = (
  863.           '&Thread, Date'
  864.           'Thread, &maximum Score, Date'
  865.           'Thread, &average Score, Date'
  866.           '&Date'
  867.           '&From, Date'
  868.           '&Subject, Date'
  869.           'Ms&gID, Date'
  870.           '&Lines, Date'
  871.           'Sco&re, Date'
  872.           '&Bytes, Date'
  873.           'Thread, Max. Score, Rev. Date'
  874.           'Thread, Av.Score, Rev. Date')
  875.         TabOrder = 0
  876.       end
  877.       object SortReverse: TtntAutoSizeCheckBox
  878.         Left = 16
  879.         Top = 244
  880.         Width = 87
  881.         Height = 17
  882.         Caption = 'Re&verse order'
  883.         TabOrder = 1
  884.       end
  885.     end
  886.   end
  887.   object Panel2: TPanel
  888.     Left = 0
  889.     Top = 364
  890.     Width = 330
  891.     Height = 54
  892.     Align = alBottom
  893.     BevelOuter = bvNone
  894.     TabOrder = 2
  895.     object OptEntriesLabel: TTntLabel
  896.       Left = 8
  897.       Top = 4
  898.       Width = 87
  899.       Height = 13
  900.       Caption = '* = optional entries'
  901.       Visible = False
  902.     end
  903.     object PrevBtn: TMMTNTBItBtn
  904.       Left = 184
  905.       Top = 24
  906.       Width = 69
  907.       Height = 25
  908.       Caption = '< &Back'
  909.       Font.Charset = DEFAULT_CHARSET
  910.       Font.Color = clBtnText
  911.       Font.Height = -11
  912.       Font.Name = 'MS Sans Serif'
  913.       Font.Style = []
  914.       ParentFont = False
  915.       TabOrder = 2
  916.     end
  917.     object NextBtn: TMMTNTBItBtn
  918.       Left = 260
  919.       Top = 24
  920.       Width = 67
  921.       Height = 25
  922.       Caption = '&Next >'
  923.       Default = True
  924.       Font.Charset = DEFAULT_CHARSET
  925.       Font.Color = clBtnText
  926.       Font.Height = -11
  927.       Font.Name = 'MS Sans Serif'
  928.       Font.Style = []
  929.       ParentFont = False
  930.       TabOrder = 3
  931.     end
  932.     object Button1: TMMTNTBItBtn
  933.       Left = 4
  934.       Top = 24
  935.       Width = 65
  936.       Height = 25
  937.       Cancel = True
  938.       Caption = 'Cancel'
  939.       Font.Charset = DEFAULT_CHARSET
  940.       Font.Color = clWindowText
  941.       Font.Height = -11
  942.       Font.Name = 'MS Sans Serif'
  943.       Font.Style = []
  944.       ParentFont = False
  945.       TabOrder = 0
  946.       OnClick = Button1Click
  947.     end
  948.     object Button2: TMMTNTBItBtn
  949.       Left = 72
  950.       Top = 24
  951.       Width = 61
  952.       Height = 25
  953.       Caption = 'Help'
  954.       Font.Charset = DEFAULT_CHARSET
  955.       Font.Color = clWindowText
  956.       Font.Height = -11
  957.       Font.Name = 'MS Sans Serif'
  958.       Font.Style = []
  959.       ParentFont = False
  960.       TabOrder = 1
  961.       OnClick = Button2Click
  962.     end
  963.   end
  964.   object Panel1: tOwnerDrawPanel
  965.     Left = 0
  966.     Top = 0
  967.     Width = 330
  968.     Height = 97
  969.     Align = alTop
  970.     BevelOuter = bvNone
  971.     Color = clWindow
  972.     TabOrder = 0
  973.     OnDraw = Panel1Draw
  974.     object StaticTextHeader: TTntLabel
  975.       Left = 8
  976.       Top = 8
  977.       Width = 3
  978.       Height = 13
  979.     end
  980.     object StaticTextInfo: TTntLabel
  981.       Left = 16
  982.       Top = 24
  983.       Width = 289
  984.       Height = 73
  985.       AutoSize = False
  986.       WordWrap = True
  987.     end
  988.   end
  989. end
  990.